type internal/bisect.dedup

6 uses

	internal/bisect (current package)
		bisect.go#L313: 	dedup   atomic.Pointer[dedup]
		bisect.go#L442: 		var d *dedup
		bisect.go#L448: 			d = new(dedup)
		bisect.go#L737: type dedup struct {
		bisect.go#L748: func (d *dedup) seen(h uint64) bool {
		bisect.go#L763: func (d *dedup) seenLossy(h uint64) bool {